home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / misc / unix / binsplit_c.readme < prev    next >
Encoding:
Text File  |  1996-08-27  |  1.1 KB  |  38 lines

  1. Short:    Small 'hardcore' filesplitter written in ANSI C
  2. Author:   dbalster@uni-paderborn.de (Daniel Balster)
  3. Uploader: dbalster@uni-paderborn.de (Daniel Balster)
  4. Version:  0.2
  5. Type:     misc/unix
  6. Requires: ANSI C compiler
  7.  
  8. YET ANOTHER FILESPLITTER ? Ja !!
  9.  
  10. - it just cuts a file into pieces, no more
  11. - no dozens of options
  12. - ANSI C should allow to port/use it on all systems
  13. - no special join program needed
  14.  
  15. ----------------
  16.  
  17. Usage:
  18.  
  19. first you have to compile it with
  20. > cc binsplit.c -o binsplit
  21.  
  22. then type
  23. > binsplit
  24.  
  25. and you will get a "usage:" info.
  26.  
  27. -----------------
  28.  
  29. I wrote this "program" a long time ago, but I remember it took
  30. me only 5 minutes to code. I was frusted about the missing
  31. binary splitter in our unix environment, and this was the result.
  32.  
  33. I've uploaded it because last week I was sitting in front of a
  34. system not providing me a usable 'split' command, and my $HOME
  35. was down (btw.: I do not use disks anymore, I always transfer
  36. data on tapes or syquests). Now I (and you, ofcourse) can download
  37. this splitter from aminet:/misc/unix/binsplit.c on demand.
  38.